home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8"?> <!--AviSynth plugin description version 1.1--> <plugin name="Cnr2"> <description /> <filters> <filter name="Cnr2" category="Processing" helpfile="cnr2" type="clip"> <description>Reduces the noise on the chroma (UV) and preserves the luma (Y).</description> <colorspaces> <colorspace>yv12</colorspace> <colorspace>yuy2</colorspace> </colorspaces> <parameters> <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False"> <description /> <items /> </parameter> <parameter name="mode" type="string" default="oxx" max="0" min="0" step="0" optional="True" paramList="False"> <description>mode of each components, "YUV" two modes are possible: wide ('o') and narrow ('x') narrow mode is more sensible to variations, and less effective</description> <items /> </parameter> <parameter name="scdthr" type="int" default="8" max="0" min="0" step="0" optional="True" paramList="False"> <description>scenechange detection threshold. lower it to make scd more sensible. if a scenechange is detected, cnr2 will reset the filtering for the new scene. </description> <items /> </parameter> <parameter name="ln" type="int" default="35" max="255" min="0" step="0" optional="True" paramList="False"> <description>the n values are the movement sensibility: higher values will denoise more, but could produce ghosting artifacts the m values are the maximum effectiveness of the denoiser : lower them to reduce the denoising effect. l=luminance, uv=chroma</description> <items /> </parameter> <parameter name="lm" type="int" default="192" max="255" min="0" step="0" optional="True" paramList="False"> <description>The m values are the maximum effectiveness of the denoiser : lower them to reduce the denoising effect.</description> <items /> </parameter> <parameter name="un" type="int" default="47" max="255" min="0" step="0" optional="True" paramList="False"> <description /> <items /> </parameter> <parameter name="um" type="int" default="255" max="255" min="0" step="0" optional="True" paramList="False"> <description /> <items /> </parameter> <parameter name="vn" type="int" default="47" max="255" min="0" step="0" optional="True" paramList="False"> <description /> <items /> </parameter> <parameter name="vm" type="int" default="255" max="255" min="0" step="0" optional="True" paramList="False"> <description /> <items /> </parameter> <parameter name="log" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False"> <description>to log scd internals. use DebugView to see it.</description> <items /> </parameter> </parameters> </filter> </filters> </plugin>